home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2626 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.9 KB

  1. Path: newsfeed.direct.ca!usenet
  2. From: qjackson@direct.ca
  3. Newsgroups: comp.lang.c++
  4. Subject: Beta testers sought for shuString class
  5. Date: Thu, 18 Jan 1996 20:05:33 GMT
  6. Organization: Parsepolis Software
  7. Message-ID: <4dm9cp$7rq@grid.direct.ca>
  8. Reply-To: qjackson@direct.ca
  9. NNTP-Posting-Host: 204.174.249.170
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Hello:
  13.  
  14. I am going to be making a string class (shuString) publically
  15. available as source and I interested in having the code tested across
  16. platforms.
  17.  
  18. shuString was developed under Turbo C++ for DOS.
  19.  
  20. The shuString class implements only operators -- functions such as
  21. ltrim, rtrim, trim, et cetera, are implemented in a child class called
  22. shuSH (shuStringHandler).   I realize that there are bigger and better
  23. string classes for C++ out there, but I will be basing much of my
  24. future parsing software on the shuString class and felt it best to own
  25. the entire hierarchy of my classes -- for distribution reasons, and
  26. therefore wish to write a standard class library from the ground up --
  27. and shuString is the first in the collection.
  28.  
  29. I've written a very simple demo that tests all of the operators --
  30. testing should just be a matter of compiling STRDEMO.CC and reporting
  31. any compilation or execution errors.
  32.  
  33. Anyone interested in testing the code (for which full credit will be
  34. given in the source), please contact me at:
  35.  
  36.     qjackson@direct.ca
  37.  
  38. with the subject line:
  39.  
  40.     shuString 1.0 beta
  41.  
  42. Please let me know (in some kind of detail):
  43.  
  44.     Which C++ compiler it would be tested with,
  45.     Which platform it would be tested with.
  46.  
  47. Cheers,
  48. --      \|/                              O      |
  49.        --+--    Parsepolis Software     -*-   --|-- Quinn Tyler Jackson
  50.         /|\         "Parse City"        /^\     |     (aka 'Jamshid')
  51. >-----------------------------------------------|   qjackson@direct.ca
  52.        Ask me about Laleh's Pattern Matcher...  |--------------------->
  53.  
  54.